首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
tan
tan
正切
名稱:
tan
分類:
數學
所屬語言:
php
一句話介紹:
正切。
定義和用法
tan()
函數返回正切。
文法
tan (
x
)
參數
描述
x
必需。一個數。
說明
tan()
返回參數
x
的正切值。參數
x
的單位為弧度。
相關內容
使用PHP和Xunsearch開發搜索引擎的錯誤處理和異常處理方法
4
搭配imagefontheight() 使用獲取完整字符尺寸
7
為什麼在註冊命名空間後無法查詢元素的屬性
5
array_change_key_case() 與array_keys() 和array_values() 的結合應用
2
同類函數
ceil
ceil
進一法取整
sin
sin
正弦
asinh
asinh
反雙曲正弦
rad2deg
rad2deg
將弧度數轉換為相應的角度數
mt_getrandmax
mt_getrandmax
顯示隨機數的最大可能值
round
round
對浮點數進行四捨五入
hexdec
hexdec
十六進制轉換為十進制
expm1
expm1
返回exp(number)-1,甚至當n
熱門文章